home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / UNPROPTC.LZH / SYMPH.DOC < prev    next >
Text File  |  1984-08-19  |  1KB  |  41 lines

  1. Here is the "ENGLISH" version of the Symphony Unprotect procedure:
  2.  
  3. 1. Rename the program
  4.       REN SYMPHONY.CMP SYMPHONY.XXX
  5.  
  6. 2. Type  DEBUG SYMPHONY.XXX
  7.  
  8. 3. After the - prompt appears, type   R       and press Enter
  9.  
  10.    Look at the value displayed for the DS register (left hand, second line)
  11.    Whatever the value is, add 1000 to it. For example, if the DS contains
  12.    05DF, add 1000 to make it 15DF. I will refer to this new value as yyyy
  13.    in the next step.
  14.  
  15. 4. Type  E yyyy:3A05 75      press Enter
  16.  
  17. 5. Type  W                   press Enter
  18.  
  19. 6. Type  Q                   press Enter
  20.  
  21. 7. Rename the program back to the original name
  22.  
  23.    REN SYMPHONY.XXX SYMPHONY.CMP
  24.  
  25.  
  26. Now, BEFORE you run the SYMPHONY program, run the program in this Library
  27. call SYMPH.COM. This need only be run ONCE after each boot. If you want,
  28. you may place it in your AUTOEXEC.BAT file. It uses Interrupt 75H which
  29. should not conflict with other programs (NOTE.. this may not be true on the
  30. 3270PC).
  31.  
  32. After running SYMPH.COM, you may run your patched version of SYMPHONY 
  33. without the need for the master diskette.
  34.  
  35. The other files in this library are:
  36.  
  37. The original unprotection scheme which required you to assemble a  program.
  38. The assembler SYMPH.COM.
  39.  
  40. Good Luck.
  41.